home *** CD-ROM | disk | FTP | other *** search
- ;*******************************************************************************
- ;* Interrupt handler for protected mode interrupts that are not implemented. *
- ;*******************************************************************************
- ;(C) 1995 American Eagle Publications, Inc., All rights reserved!
-
- NOT_IMPLEMENTED:
- mov ax,DATA_1_SEL
- mov ds,ax
- mov esi,OFFSET NIF_REPORT
- call DISPLAY_MSG
- jmp SHORT $
-
- NIF_REPORT DB 'Unimplemented Fault. Halting system! ',0